/* ================ PUKKARESTAURANTS =============== */

.viewList .itemPreview {
	float: left; _display: inline;
	width: 440px;
	height: 188px;
	padding: 4px 20px 4px 4px;
	margin: 0 30px 30px 0;
	background: #fff;
	position: relative;
}
	.itemPreview.active, .itemPreview:hover{
		background: #0d0d0d;
	}
	.image-overlay{
		position: absolute;
		top: 4px;
		left: 4px;
		width: 232px;
		height: 188px;
		background: url(../images/bg-sprite.png) no-repeat right -415px;
		display: none;
	}
	.active .image-overlay, .hover .image-overlay{
		display: block;
	}	
	
.viewList .row-last{
	margin-right: 0;
}
	.itemPreviewImageSection{
		float: left; _display: inline;
		width: 232px;
		height: 188px;
		margin-right: 20px;
	}
	
		.viewList .itemPreviewTitle{
			margin: 13px 0 0;
			
			font-size: 1.35em;
			text-transform: uppercase;
			line-height: 20px;
		}
		.itemPreviewIntro{
			margin-top: 0;
		}
		.itemPreviewViewLink{
			bottom: 20px;
			right: 20px;
		}